object Form_Template: TForm_Template Left = 382 Top = 304 ActiveControl = Edit_Name BorderStyle = bsDialog Caption = 'Create template' ClientHeight = 183 ClientWidth = 217 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Button_OK: TButton Left = 10 Top = 152 Width = 75 Height = 25 Hint = 'Accept changes and close dialog box' Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object Button_Cancel: TButton Left = 90 Top = 152 Width = 75 Height = 25 Hint = 'Discard changes and close dialog box' Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 5 Top = 0 Width = 206 Height = 146 TabOrder = 2 object Label1: TLabel Left = 10 Top = 15 Width = 31 Height = 13 Caption = '&Name:' FocusControl = Edit_Name end object Edit_Name: TEdit Left = 10 Top = 30 Width = 181 Height = 21 TabOrder = 0 OnChange = Edit_NameChange OnKeyDown = Edit_NameKeyDown OnKeyPress = Edit_NameKeyPress end object CB_Formatted: TCheckBox Left = 20 Top = 60 Width = 97 Height = 17 Caption = '&Formatted text' State = cbChecked TabOrder = 1 end object RG_Source: TRadioGroup Left = 10 Top = 80 Width = 185 Height = 56 Caption = ' &Create from... ' ItemIndex = 0 Items.Strings = ( 'Selected text' 'Full text of active note') TabOrder = 2 end end end